home *** CD-ROM | disk | FTP | other *** search
- /**
- * Scout - The Amiga System Monitor
- *
- *------------------------------------------------------------------
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * You must not use this source code to gain profit of any kind!
- *
- *------------------------------------------------------------------
- *
- * @author Andreas Gelhausen
- * @author Richard Körber <rkoerber@gmx.de>
- */
-
-
- /* Prototypes for functions defined in
- objects/scout_flags.c
- */
-
- struct LongFlag {
- long lf_value;
- char *lf_name;
- char *lf_text;
- };
-
- struct MaskedLongFlag {
- long mlf_value;
- long mlf_mask;
- char *mlf_name;
- char *mlf_text;
- };
-
- extern struct LongFlag wflg_flags[25];
-
- extern struct MaskedLongFlag wflg_flags2[5];
-
- extern struct LongFlag idcmp_flags[29];
-
- extern struct LongFlag rtf_flags[5];
-
- extern struct LongFlag pr_flags[7];
-
- extern struct LongFlag scr_flags[10];
-
- extern struct MaskedLongFlag scr_flags2[4];
-
- extern struct LongFlag lib_flags[5];
-
- extern struct LongFlag tc_flags[7];
-
- extern struct LongFlag psn_flags[2];
-
- extern struct MaskedLongFlag mp_flags[4];
-
- extern struct LongFlag bc_flags[4];
-
- extern struct LongFlag dip_flags[24];
-
- extern struct LongFlag diavail_flags[4];
-
-
-